home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / WaterFight.dxr / 00014_Restart Game.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  267 b   |  18 lines

  1. on mouseDown
  2.   playSound("Reset", 1)
  3. end
  4.  
  5. on mouseUp
  6.   go(1)
  7. end
  8.  
  9. on mouseEnter
  10.   playSound("continuerestart", 2)
  11.   set the member of sprite 183 to "RestartOver"
  12. end
  13.  
  14. on mouseLeave
  15.   playSound("continuerestart", 2)
  16.   set the member of sprite 183 to "RestartNorm"
  17. end
  18.